home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / INSTALL.DOC < prev    next >
Text File  |  1987-05-12  |  2KB  |  53 lines

  1. ABOUT INSTALLING SAIL:
  2.  
  3.  
  4. (1) EXECUTION ENVIRONMENT
  5.  
  6. When running SAIL from a hard disk, or from a floppy disk that has been
  7. divided into subdirectories, you must set the execution environment so
  8. that (1) SAIL can be run from any subdirectory of that disk and (2) so
  9. that SAIL can find its help and startup files.
  10.  
  11. 1.  Define the path so that SAIL can be executed in any subdirectory.
  12.  
  13.           Assuming that SAIL.EXE will be in the \SAIL directory,
  14.           add the following line to your AUTOEXEC.BAT file.
  15.  
  16.              set PATH=c:\sail
  17.  
  18.  
  19. 2.  Define the SAIL home directory.
  20.  
  21.           Assuming that the SAIL help file, SAILHELP.EXE, and the
  22.           autostart record, SAIL.SET, will be in the \SAIL
  23.           directory, add the following line to your AUTOEXEC.BAT
  24.           file.
  25.  
  26.              set PORT=\sail
  27.  
  28. In addition, read about the PATH command and about environment variables
  29. in your DOS manual.
  30.  
  31.  
  32. (2) COMMAND INTERPRETER
  33.  
  34. SAIL must be able to find COMMAND.COM on your floppy disk (or hard disk)
  35. whenever it is running its help, dos-command, and dos-shell commands.
  36. In order for SAIL to execute these commands, COMMAND.COM must be present
  37. on the SAIL disk.  This is seldom a problem from hard disks, because you
  38. would have to configure the disk to accomodate the location of DOS.
  39.  
  40. If you are going to run SAIL from floppy disks, the simplest solution is
  41. to make sure that your SAIL disk is bootable.  Please do this before you
  42. run the demo.
  43.  
  44.  
  45. ------------------------------------------------------------------
  46. Notice to SAIL users, Versions 1.00 to 1.19:
  47.  
  48. Thank you for your continued support.  SAIL Version 1.20 no longer
  49. needs ANSI.SYS.  You may wish to retain the ANSI version for use
  50. with international DOS systems that are not complete PC clones.
  51. ------------------------------------------------------------------
  52.  
  53.